home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / DEKRYPT.TXT < prev    next >
Text File  |  1995-12-06  |  3KB  |  88 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                          DEKRYPT - Decrypt File 1.3
  9.  
  10.  
  11. This utility decrypts one or more files with a user supplied password,
  12. creating a new file or replacing the encrypted file in the process.
  13.  
  14. Files must have been encrypted using the corresponding ENKRYPT program from
  15. K-Tools Utilities.
  16.  
  17.  
  18. USAGE:
  19.  
  20.   DEKRYPT [sourcedir]sourcefiles [[targetdir][targetfiles]]
  21.  
  22. where:  sourcedir    is the location of the existing files, or the current
  23.                      directory if blank
  24.  
  25.         sourcefiles  is the file to be decrypted, wildcards are accepted to
  26.                      specify multiple files
  27.  
  28.         targetdir    is the destination location for the decrypted files, or
  29.                      the same directory if blank
  30.  
  31.         targetfiles  is the new file name or names for the decrypted files,
  32.                      wildcards are allowed for partial renaming of multiple
  33.                      files, or blank if the names are to remain the same
  34.  
  35. Note that if no target directory or file name is specified then the original
  36. encrypted files will be replaced by the decrypted versions.
  37.  
  38.  
  39. EXAMPLES:
  40.  
  41.   DEKRYPT MYFILE.TXX *.TXT       will read MYFILE.TXX from the current
  42.                                  directory and write a decrypted copy to
  43.                                  MYFILE.TXT in the same directory
  44.  
  45.   DEKRYPT *.TXX *.TXT            will read all .TXX files from the current
  46.                                  directory and write decrypted copies to
  47.                                  *.TXT in the same directory
  48.  
  49.   DEKRYPT \DIR1\*.* \DIR2        will read all files from the \DIR1
  50.                                  directory and write decrypted copies
  51.                                  with the same name to the \DIR2 directory
  52.  
  53.   DEKRYPT MYFILE.DOC             will decrypt MYFILE.DOC in the current
  54.                                  directory in place
  55.  
  56.   DEKRYPT *.*                    will decrypt all files in the current
  57.                                  directory in place
  58.  
  59. When run, DEKRYPT will prompt you for a password.  This must be exactly the
  60. same as the original password used to encrypt the file, including the same
  61. use of upper and lower case.
  62.  
  63. Files which have not been encrypted, or have been encrypted by incompatible
  64. encryption software, will not be decrypted by this program, but will be
  65. listed with an appropriate message.  Files which have been encrypted using a
  66. different password will also not be decrypted, but will be listed with an
  67. appropriate message.
  68.  
  69. Run DEKRYPT with no parameters or "?" or "/?" to display simple help and
  70. registration information.
  71.  
  72.  
  73. REGISTRATION:
  74.  
  75. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  76. using it after the 60 day trial period you must register, which costs only
  77. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  78.  
  79. Author:     Rob McDonell
  80.             ARK ANGLES
  81.             P O Box 190 (61 Oaklands Rd)
  82.             Hazelbrook  NSW  2779
  83.             AUSTRALIA
  84. Phone:      Intl+61-47-588100
  85. Fax:        Intl+61-47-588638
  86. Compuserve: 100237,141
  87. Internet:   100237.141@compuserve.com
  88.